12 Stochastic Simulation with More PathwaysΒΆ

[1]:
from src.plot import plot_simulated_stoc_path_full2_split2


plot_simulated_stoc_path_full2_split2("RD_Plot", "Figure 30: R&D Investment as Percentage of GDP","%",
                                      [0,10])
[2]:
plot_simulated_stoc_path_full2_split2("e", """Figure 31: Simulated Pathways of Emissions""","", [6,25])
[3]:
plot_simulated_stoc_path_full2_split2("LogSVRD_Plot", """Figure 32: Simulated Pathways of the Social Value of R&D  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,25])
[4]:
plot_simulated_stoc_path_full2_split2("LogSCGW_Plot", """Figure 33: Simulated Pathways of the Social Cost of Global Warming  <br> Exponential of vertical axis gives economic value in units of consumption""","", [6,14])
[5]:
plot_simulated_stoc_path_full2_split2("TA", """Figure 34: Simulated Pathways of Temperature Anomaly""","", [0,3])
[6]:
plot_simulated_stoc_path_full2_split2("distorted_tech_prob", "Figure 35: Distorted Probability of a Technology Change Jump","", [0,1])
[7]:
plot_simulated_stoc_path_full2_split2("distorted_damage_prob", "Figure 36: Distorted Probability of a Damage Jump","", [0,1])
[8]:

plot_simulated_stoc_path_full2_split2("gamma3", "Figure 37: Damage Realization","", [0,1/3])
[ ]: